home *** CD-ROM | disk | FTP | other *** search
/ Know Your Baseball - The Greatest Player Resource / Know Your Baseball - Greatest Player.iso / Baseball / Director / KTGCST.CST / 00084_Script_HelpScript < prev    next >
Text File  |  1998-09-21  |  661b  |  29 lines

  1. global CDpath,gbuttonstate
  2. on StartHelp which
  3.   puppetsound 0
  4.   openxlib  CDpath &  "Director\Foremost.dll"
  5.   set Fm = Foremost(mNew)
  6.   unload
  7.   open  CDpath &  "help\soccer.hlp" with "winhelp"
  8.   cursor -1
  9.   set x = 1
  10.   repeat while x = 1
  11.     set x =   FM(mIsForeMost)
  12.   end repeat
  13.   
  14.   set x = 0
  15.   repeat while x =0
  16.     set x =   FM(mIsForeMost)
  17.   end repeat
  18.   if getat(gbuttonstate,which) > 0 then
  19.     set the membernum of sprite which = the membernum of sprite which -1
  20.     setat(gbuttonstate,which,0)
  21.     set the blend of sprite which = 0
  22.   end if
  23.   updatestage
  24.   Fm(mDispose)
  25.   closexlib CDpath &  "Director\Foremost.dll"
  26. end
  27.  
  28.  
  29.